repo.or.cz
/
andmenj-acm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Namespacing everything to /UVa.
[andmenj-acm.git]
/
UVa
/
11463 - Commandos
/
rand.rb
blob
5d5ad8724033aee1089f1ed0011bd103a755f113
1
puts "1"
2
3
puts "100"
4
puts "99"
5
for i in (0..98)
6
puts i.to_s + " " + (i+1).to_s
7
end
8
9
puts "0 99"